FloodProof

objects.FloodProof()

The expected variables and data types of the “floodproof” impact measure.

Attributes

name : str

Name of the measure.

description : str

Description of the measure.

type : MeasureType

Type of measure. Should be “floodproof_properties”.

selection_type : SelectionType

Type of selection. Should be “polygon” or “aggregation_area”.

polygon_file : (str, Optional)

Path to a polygon file, either absolute or relative to the measure path.

aggregation_area_type : (str, Optional)

Type of aggregation area. Should be “aggregation_area” or “all”.

aggregation_area_name : (str, Optional)

Name of the aggregation area.

property_type : str

Type of property. Should be “residential” or “commercial”.

elevation : UnitfulLengthRefValue

Elevation of the properties.

Back to top